Click or drag to resize

SipClientRefreshSubscription Method

Refreshes existing subscription with new expiration time.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse RefreshSubscription(
	Dialog dialog,
	int expires
)

Parameters

dialog
Type: Independentsoft.SipDialog
A Dialog represents subscription.
expires
Type: SystemInt32
A number of seconds indicates duration of the subscription.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
Exceptions
ExceptionCondition
ArgumentNullExceptiondialog;Dialog is null.
See Also